unbound: update to 1.24.0
authorEric Luehrsen <[email protected]>
Mon, 29 Sep 2025 04:04:12 +0000 (00:04 -0400)
committerWesley Gimenes <[email protected]>
Mon, 29 Sep 2025 08:43:10 +0000 (05:43 -0300)
latest upstream 09182024

Signed-off-by: Eric Luehrsen <[email protected]>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

index 5de7dde0c4fc6505af0383910ed5ea44648c46eb..08f87265c15c362c764faaff929d7c3b435588a8 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.23.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.24.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=959bd5f3875316d7b3f67ee237a56de5565f5b35fc9b5fc3cea6cfe735a03bb8
+PKG_HASH:=147b22983cc7008aa21007e251b3845bfcf899ffd2d3b269253ebf2e27465086
 
 PKG_MAINTAINER:=Eric Luehrsen <[email protected]>
 PKG_LICENSE:=BSD-3-Clause
index 866cf7fa4f8752e26276e1f24014b25a63aafcdc..62231726fda0f96c2ae4374148cd6f5c0a19b6eb 100644 (file)
@@ -3,7 +3,7 @@ Fix cross compile errors by inserting an environment variable for the
 target. Use "uname" on host only if "UNAME" variable is empty.
 --- a/configure.ac
 +++ b/configure.ac
-@@ -900,7 +900,7 @@ if test x_$ub_test_python != x_no; then
+@@ -902,7 +902,7 @@ if test x_$ub_test_python != x_no; then
     fi
  fi